AppointmentModifiedOccurrences Property |
Contains an array of recurring appointment occurrences that have been modified so that they differ from the recurrence master item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Occurrence> ModifiedOccurrences { get; }Public ReadOnly Property ModifiedOccurrences As IList(Of Occurrence)
Get
Property Value
Type:
IListOccurrenceThe modified occurrences.
See Also